home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'qralias.pas' rev: 3.00
-
- #ifndef qraliasHPP
- #define qraliasHPP
- #include <qr2const.hpp>
- #include <ComCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <DBTables.hpp>
- #include <Bde.hpp>
- #include <Db.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Qralias
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TQRTableSelect;
- class PASCALIMPLEMENTATION TQRTableSelect : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TComboBox* Alias;
- Stdctrls::TComboBox* Table;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* Label2;
- Stdctrls::TButton* OK;
- Stdctrls::TButton* Cancel;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall AliasChange(System::TObject* Sender);
- void __fastcall CancelClick(System::TObject* Sender);
- void __fastcall OKClick(System::TObject* Sender);
-
- public:
- System::AnsiString strTable;
- System::AnsiString strAlias;
- public:
- /* TCustomForm.Create */ __fastcall virtual TQRTableSelect(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TQRTableSelect(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TQRTableSelect(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TQRTableSelect(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Qralias */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Qralias;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // qralias
-